tests: Remove spurious gtk_container_add()
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 4 Feb 2019 09:02:15 +0000 (10:02 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 4 Feb 2019 09:03:33 +0000 (10:03 +0100)
commit3bb14238049961201176f7665810599177ee1366
treead60706220a552944dfba48808d1927f1ae5ae5c
parent35e973d6988e6f20e74868bc162078a070fecce4
tests: Remove spurious gtk_container_add()

Commit bd71e744d2e5dbd853f0c719dd3ebe6abb2f72b6 removed
gtk_box_pack_end(), but it added a gtk_container_add() with an
uninitialised widget, and the compiler is very unhappy about it.
tests/testgtk.c